From 9baabcabfe6d2ea9f0c7e3a1ab0956322d120943 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 12 Jan 2006 16:10:12 +0100 Subject: [PATCH] Update copyright on domain_page implementation. It's been rewritten from scratch a couple of times now and it's safe to assert that the original Linux heritage was deleted long ago. Signed-off-by: Keir Fraser --- xen/arch/x86/x86_32/domain_page.c | 11 +++-------- xen/include/xen/domain_page.h | 2 ++ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/xen/arch/x86/x86_32/domain_page.c b/xen/arch/x86/x86_32/domain_page.c index f835beee52..222e813693 100644 --- a/xen/arch/x86/x86_32/domain_page.c +++ b/xen/arch/x86/x86_32/domain_page.c @@ -1,14 +1,9 @@ /****************************************************************************** * domain_page.h * - * Allow temporary mapping of domain pages. Based on ideas from the - * Linux PKMAP code -- the copyrights and credits are retained below. - */ - -/* - * (C) 1999 Andrea Arcangeli, SuSE GmbH, andrea@suse.de - * Gerhard Wichert, Siemens AG, Gerhard.Wichert@pdb.siemens.de * - * Copyright (C) 1999 Ingo Molnar + * Allow temporary mapping of domain pages. + * + * Copyright (c) 2003-2006, Keir Fraser */ #include diff --git a/xen/include/xen/domain_page.h b/xen/include/xen/domain_page.h index c4729b0ea9..b73011216b 100644 --- a/xen/include/xen/domain_page.h +++ b/xen/include/xen/domain_page.h @@ -2,6 +2,8 @@ * domain_page.h * * Allow temporary mapping of domain page frames into Xen space. + * + * Copyright (c) 2003-2006, Keir Fraser */ #ifndef __XEN_DOMAIN_PAGE_H__ -- 2.30.2